home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / DEMO_VGA / UTILEGA1.LZH / PUTSAV.DOC < prev    next >
Text File  |  1986-04-22  |  2KB  |  50 lines

  1. SAVSCR:
  2.     Saves the EGA screen.
  3.  
  4.     SAVSCR is a resident program which stores an EGA screen on disk.
  5.     To use, run SAVSCR.  When you have an EGA screen ready to save,
  6.     press the SYSREQ key & the screen will be saved to EGASCR.$, where
  7.     $ is a letter from A to Z (incremented sequentially).  You may then
  8.     rename the file, and display it via PUTSCR.
  9.  
  10.     Note:
  11.         Due to the architecture of the EGA, you can't save screens
  12.         on the fly, as it were.  If you try to save a screen while
  13.         you're still plotting stuff, the display will be messed
  14.         up unless your plotting routines reset the write mode
  15.         each time they plot a point.  I don't think that this is
  16.         a major problem, but you should be aware of it.
  17.  
  18.     SAVSCR stores the 17 palette bytes (16 colors+overscan), then stores
  19.     each color plane.  Hence, by playing with the first 16 bytes, you
  20.     can change the colors of your stored screen.
  21.  
  22. PUTSCR:
  23.     Restores an EGA screen saved with SAVSCR.
  24.  
  25.     PUTSCR is a utility to restore the EGA screen from a file created
  26.     with SAVSCR.  The format is
  27.         PUTSCR file1 file2 ... fileN
  28.     In addition, standard wildcard characters are supported, so the
  29.     command  PUTSCR egascr.*  makes sense.
  30.     The files are displayed sequentially; pressing any key moves you
  31.     to the next picture.
  32.  
  33. Copyright (c) 1986 by TLG Software & Derek B Clegg
  34.  
  35.     PUTSCR.EXE & SAVSCR.COM are hereby placed into the public domain.
  36.     SAVSCR & PUTSCR are, however, copyrighted by the authors.  You may
  37.     make copies of SAVSCR & PUTSCR for your own use, & you may make
  38.     copies for others.  Under no conditions are the programs to be
  39.     distributed in an altered form nor is money to be accepted for them
  40.     other than by TLG Software or Derek B Clegg.
  41.  
  42.     If you find PUTSCR & SAVSCR to be useful or helpful, please shower
  43.     us with an infinite amount of money.  Send a check or money order 
  44.     for $10 to Derek B Clegg/3001 Deakin #2/Berkeley CA 94704 & you will
  45.     receive our heartiest thanks.  A SASE will net you a copy of the
  46.     source in case you're interested.
  47.  
  48.     Please report any problems or ideas for improvements to the above
  49.     address.  I would appreciate any feedback.  Thanks.
  50.